home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / ka9q / nos_kit / file_id.diz < prev    next >
Encoding:
Text File  |  1996-09-12  |  1.3 KB  |  1 lines

  1. This version of the KA9Q 901130 (NOS) TCP/IP package has been modified and recompiled in the following way Added the "SCC" driver for compiling -- config.h Changed the NOS prompt from "net> " to "nos> " -- main.c Changed the version string from "901130" -- version.c Added "newlines" around the mbox motd display -- mailbox.c Added new commands, "timer" and "commandfile timer <time-val> <command-string commandfile <command-filename Timer allows specifying any command to be run periodically The timer can also run a DOS command on a regular basis by combining it with the "!" or "shell" command.  For example timer 7200 ! newsproc would run the NETNEWS processor automatically once per hour Commandfile allows specifying a file full of commands to be executed instead of just a single command at a time cmdparse.c, commands.h, config.c, main.c, makefile, add swhacks.c Added G1EMM's "tcp timertype" command -- tcptimer.c tcpcmd.c Eliminated "setvbuf" usage in the mailbox -- bmutil.c Modified the "!" and "shell" commands to accept a standard DOS format command line instead of requiring the "/c command.com switch.  It now also searches the DOS "PATH" if it doesn't find the program in the current directory.  Usage c <DOS_command_line DOS_command_line Delimited all changes with "#ifdef DLFHACKS", added DDLFHACKS" to "CFLAGS" -- makefile